home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / gridex / frmemplo.frm < prev    next >
Text File  |  1998-01-02  |  22KB  |  667 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
  3. Begin VB.Form frmEmployees 
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Employees"
  6.    ClientHeight    =   5535
  7.    ClientLeft      =   1110
  8.    ClientTop       =   2160
  9.    ClientWidth     =   7230
  10.    BeginProperty Font 
  11.       Name            =   "Tahoma"
  12.       Size            =   8.25
  13.       Charset         =   0
  14.       Weight          =   400
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    Icon            =   "frmEmployees.frx":0000
  20.    LinkTopic       =   "Form1"
  21.    LockControls    =   -1  'True
  22.    MaxButton       =   0   'False
  23.    MinButton       =   0   'False
  24.    ScaleHeight     =   369
  25.    ScaleMode       =   3  'Pixel
  26.    ScaleWidth      =   482
  27.    StartUpPosition =   2  'CenterScreen
  28.    Begin VB.PictureBox picFrame 
  29.       BorderStyle     =   0  'None
  30.       Height          =   3570
  31.       Index           =   1
  32.       Left            =   165
  33.       ScaleHeight     =   238
  34.       ScaleMode       =   3  'Pixel
  35.       ScaleWidth      =   460
  36.       TabIndex        =   16
  37.       Top             =   1095
  38.       Width           =   6900
  39.       Begin VB.ComboBox cboReportsTo 
  40.          Height          =   315
  41.          Left            =   1455
  42.          Sorted          =   -1  'True
  43.          Style           =   2  'Dropdown List
  44.          TabIndex        =   3
  45.          Top             =   1737
  46.          Width           =   3570
  47.       End
  48.       Begin VB.TextBox txtField 
  49.          Height          =   345
  50.          Index           =   11
  51.          Left            =   1455
  52.          TabIndex        =   5
  53.          Top             =   2595
  54.          Width           =   1170
  55.       End
  56.       Begin VB.TextBox txtField 
  57.          Height          =   345
  58.          Index           =   1
  59.          Left            =   1455
  60.          TabIndex        =   0
  61.          Top             =   435
  62.          Width           =   2490
  63.       End
  64.       Begin VB.TextBox txtField 
  65.          Height          =   345
  66.          Index           =   2
  67.          Left            =   1455
  68.          TabIndex        =   1
  69.          Top             =   870
  70.          Width           =   2490
  71.       End
  72.       Begin VB.TextBox txtField 
  73.          Height          =   315
  74.          Index           =   3
  75.          Left            =   1455
  76.          TabIndex        =   2
  77.          Top             =   1323
  78.          Width           =   3570
  79.       End
  80.       Begin VB.TextBox txtField 
  81.          Height          =   345
  82.          Index           =   10
  83.          Left            =   1455
  84.          TabIndex        =   4
  85.          Top             =   2151
  86.          Width           =   1155
  87.       End
  88.       Begin VB.Label lblEmployeeID 
  89.          AutoSize        =   -1  'True
  90.          BeginProperty Font 
  91.             Name            =   "Tahoma"
  92.             Size            =   9.75
  93.             Charset         =   0
  94.             Weight          =   700
  95.             Underline       =   0   'False
  96.             Italic          =   0   'False
  97.             Strikethrough   =   0   'False
  98.          EndProperty
  99.          Height          =   240
  100.          Left            =   1470
  101.          TabIndex        =   28
  102.          Top             =   90
  103.          Width           =   60
  104.       End
  105.       Begin VB.Label lblField 
  106.          Alignment       =   1  'Right Justify
  107.          AutoSize        =   -1  'True
  108.          BackStyle       =   0  'Transparent
  109.          Caption         =   "Employee ID:"
  110.          Height          =   195
  111.          Index           =   0
  112.          Left            =   180
  113.          TabIndex        =   27
  114.          Top             =   113
  115.          Width           =   960
  116.       End
  117.       Begin VB.Label lblField 
  118.          AutoSize        =   -1  'True
  119.          Caption         =   "Reports To:"
  120.          Height          =   195
  121.          Index           =   13
  122.          Left            =   285
  123.          TabIndex        =   23
  124.          Top             =   1797
  125.          Width           =   855
  126.       End
  127.       Begin VB.Label lblField 
  128.          AutoSize        =   -1  'True
  129.          Caption         =   "Extension:"
  130.          Height          =   195
  131.          Index           =   12
  132.          Left            =   375
  133.          TabIndex        =   22
  134.          Top             =   2670
  135.          Width           =   765
  136.       End
  137.       Begin VB.Label lblField 
  138.          Alignment       =   1  'Right Justify
  139.          AutoSize        =   -1  'True
  140.          Caption         =   "Hire Date:"
  141.          Height          =   195
  142.          Index           =   11
  143.          Left            =   405
  144.          TabIndex        =   21
  145.          Top             =   2226
  146.          Width           =   735
  147.       End
  148.       Begin VB.Label lblField 
  149.          Alignment       =   1  'Right Justify
  150.          AutoSize        =   -1  'True
  151.          Caption         =   "First Name:"
  152.          Height          =   195
  153.          Index           =   1
  154.          Left            =   315
  155.          TabIndex        =   20
  156.          Top             =   510
  157.          Width           =   825
  158.       End
  159.       Begin VB.Label lblField 
  160.          Alignment       =   1  'Right Justify
  161.          AutoSize        =   -1  'True
  162.          Caption         =   "Last Name:"
  163.          Height          =   195
  164.          Index           =   3
  165.          Left            =   330
  166.          TabIndex        =   19
  167.          Top             =   954
  168.          Width           =   810
  169.       End
  170.       Begin VB.Label lblField 
  171.          AutoSize        =   -1  'True
  172.          Caption         =   "Title:"
  173.          Height          =   195
  174.          Index           =   2
  175.          Left            =   780
  176.          TabIndex        =   18
  177.          Top             =   1383
  178.          Width           =   360
  179.       End
  180.    End
  181.    Begin VB.PictureBox picFrame 
  182.       BorderStyle     =   0  'None
  183.       Height          =   3615
  184.       Index           =   2
  185.       Left            =   150
  186.       ScaleHeight     =   3615
  187.       ScaleWidth      =   6900
  188.       TabIndex        =   25
  189.       Top             =   1065
  190.       Visible         =   0   'False
  191.       Width           =   6900
  192.       Begin VB.ComboBox cboTitleOfCourtesy 
  193.          Height          =   315
  194.          ItemData        =   "frmEmployees.frx":014A
  195.          Left            =   4995
  196.          List            =   "frmEmployees.frx":015A
  197.          TabIndex        =   12
  198.          Top             =   1990
  199.          Width           =   1800
  200.       End
  201.       Begin VB.TextBox txtField 
  202.          Height          =   660
  203.          Index           =   12
  204.          Left            =   1170
  205.          MultiLine       =   -1  'True
  206.          ScrollBars      =   2  'Vertical
  207.          TabIndex        =   14
  208.          Top             =   2880
  209.          Width           =   4740
  210.       End
  211.       Begin VB.TextBox txtField 
  212.          Height          =   345
  213.          Index           =   9
  214.          Left            =   1155
  215.          TabIndex        =   13
  216.          Top             =   2430
  217.          Width           =   1200
  218.       End
  219.       Begin VB.TextBox txtField 
  220.          Height          =   345
  221.          Index           =   5
  222.          Left            =   1170
  223.          TabIndex        =   7
  224.          Top             =   1110
  225.          Width           =   2340
  226.       End
  227.       Begin VB.TextBox txtField 
  228.          Height          =   345
  229.          Index           =   7
  230.          Left            =   1155
  231.          TabIndex        =   9
  232.          Top             =   1560
  233.          Width           =   2340
  234.       End
  235.       Begin VB.TextBox txtField 
  236.          Height          =   345
  237.          Index           =   8
  238.          Left            =   1155
  239.          TabIndex        =   11
  240.          Top             =   1990
  241.          Width           =   2340
  242.       End
  243.       Begin VB.TextBox txtField 
  244.          Height          =   345
  245.          Index           =   6
  246.          Left            =   4995
  247.          TabIndex        =   8
  248.          Top             =   1110
  249.          Width